trial=0 // ̌ł̎1
// ADVj[It
adv.menu.off()
screen.black()
screen.black.in(60)
// x ---------------------------------------------------------------------------
cg		"system\attention\attention.png"
wait.key.frame(120)
screen.white.out(60)
wait.frame(60)
screen.white.in(60)
// OP -----------------------------------------------------------------------------
layer.movie.play(50,"movie\op.ogv")
screen.black.out(60)
wait.frame(60)
layer.release.all()
screen.black.in(60)



//if trial=1 {
//cg		"system\attention\attention_taiken.png"
//wait.key.frame(60)
//}
screen.white.out(60)
wait.frame(60)
//////////////////////////////////////////////////////////////////////////////////////
// ^Cg
//////////////////////////////////////////////////////////////////////////////////////

label	title
trial=0 // ̌ł̎1
SceneTitle	""
// ADVj[It
adv.menu.off()

label	title_loop
screen.white()
//network.news.open("http://update.digitalcute.com/cuteresort/news.txt",0,670,24)
screen.white.in(120)
// BGM
bgm.play("bgm\bgm06.ogg")
// wi
layer.load.legacy(0,"system\title\title.png",0,-240)
// S
layer.load.legacy(4,"system\title\title_logo.png",16,16)
// 
layer.load.legacy(5,"system\title\title_onpu.png",0,0)
// [J[S
//layer.load.legacy(6,"system\title\DC_logo.png",6,7)

layerMove	0,240,0,0

//wait.key.frame(240)
//wait.key.frame(30)



label	title_loop2


addButton			0,32,300,"system\title\button_01.png","system\title\button_01_over.png"
//addButton			1,32,300,"system\title\button_02.png","system\title\button_02_over.png"
addButton			2,32,300+60*1,"system\title\button_03.png","system\title\button_03_over.png"
addButton			3,32,300+60*2,"system\title\button_04.png","system\title\button_04_over.png"
addButton	4,32,300+60*3,"system\title\button_05.png","system\title\button_05_over.png"
addButton			5,32,300+60*4,"system\title\button_06.png","system\title\button_06_over.png"
addButton			6,32,300+60*5,"system\title\button_07.png","system\title\button_07_over.png"

getButton	sel
if sel=1 then goto title_continue
if sel=2 then goto title_load
if sel=3 then goto title_quickload
if sel=4 then goto title_extra				// GLXg
if sel=5 then goto title_config
if sel=6 then goto title_exit
goto title_start

// ReBj[ -----------------------
label title_continue
	screen.black.out(60)
	wait.frame(60)
	network.news.close()
	autoLoadSystem
	screen.black.in(60)
	goto	title
// [h -------------------------------
label title_load
	wait.frame(15)
	loadsystem
	goto	title_loop2
// ݒ ---------------------------------
label title_config
	wait.frame(15)
	configSystem
	goto	title_loop2
// GLXg -----------------------
label title_extra
	screen.black.out(60)
	wait.frame(60)
	network.news.close()
	goto extra
	screen.black.in(60)
	goto	title
// NCbN[h -----------------------
label title_quickload
	screen.black.out(60)
	wait.frame(60)
	network.news.close()
	qLoadSystem
	screen.black.in(60)
	goto	title
// I ---------------------------------
label title_exit
	screen.black.out(60)
	wait.frame(60)
	quit
// X^[g -----------------------------
label title_start
screen.black.out(60)

wait	60
// ׂẴC
layer.release.all()
network.news.close()

screen.black.in(60)
// ADVj[I
adv.menu.on()
goto	start

reset



